KikuGie's Commons
Toggle table of contents
0.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.result
/
KOptional
/
Companion
/
of
of
inline
fun
<
T
>
of
(
value
:
T
)
:
KOptional
<
T
>
(
source
)
Creates a new
KOptional
with the provided potentially null
value
.